Same keyword for two purposes in java? [closed]

Posted by gurukulki on Stack Overflow See other posts from Stack Overflow or by gurukulki
Published on 2010-03-08T15:45:15Z Indexed on 2010/03/08 15:51 UTC
Read the original article Hit count: 299

Filed under:

Possible Duplicates:
Same keyword for two purposes in java?
Same keyword for two purposes in java?

As we use "default" keyword as a access specifier, and it can be used in switch statements as well with complete different purpose, So i was curious that is there any other keywords in java which can be used in more then one purposes

© Stack Overflow or respective owner

Related posts about java